DelayCommand

MAVLink command which allows to delay the next MAVLink command execution.

Constructors

Link copied to clipboard
constructor(delay: Double)
Constructor.

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getDelay(): Double
Retrieves the delay, in seconds.
Link copied to clipboard
open fun hashCode(): Int